Add some backend-specific reference images for render nodes
authorMatthias Clasen <mclasen@redhat.com>
Tue, 17 Oct 2017 18:56:41 +0000 (02:56 +0800)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 18 Oct 2017 15:30:20 +0000 (17:30 +0200)
testsuite/gsk/blendmode.vulkan.png [new file with mode: 0644]
testsuite/gsk/blendmodes.vulkan.png [new file with mode: 0644]
testsuite/gsk/cross-fade.vulkan.png [new file with mode: 0644]
testsuite/gsk/cross-fades.vulkan.png [new file with mode: 0644]
testsuite/gsk/meson.build
testsuite/gsk/opacity.vulkan.png [new file with mode: 0644]
testsuite/gsk/transform.vulkan.png [new file with mode: 0644]

diff --git a/testsuite/gsk/blendmode.vulkan.png b/testsuite/gsk/blendmode.vulkan.png
new file mode 100644 (file)
index 0000000..d1648f7
Binary files /dev/null and b/testsuite/gsk/blendmode.vulkan.png differ
diff --git a/testsuite/gsk/blendmodes.vulkan.png b/testsuite/gsk/blendmodes.vulkan.png
new file mode 100644 (file)
index 0000000..3075d42
Binary files /dev/null and b/testsuite/gsk/blendmodes.vulkan.png differ
diff --git a/testsuite/gsk/cross-fade.vulkan.png b/testsuite/gsk/cross-fade.vulkan.png
new file mode 100644 (file)
index 0000000..1af229f
Binary files /dev/null and b/testsuite/gsk/cross-fade.vulkan.png differ
diff --git a/testsuite/gsk/cross-fades.vulkan.png b/testsuite/gsk/cross-fades.vulkan.png
new file mode 100644 (file)
index 0000000..798a26a
Binary files /dev/null and b/testsuite/gsk/cross-fades.vulkan.png differ
index 77023d1953dfb0c1977a8b0472dbbfcabba571f2..d430ca8cff09ebc5644c4748aefc6f7528f5f0c9 100644 (file)
@@ -26,8 +26,10 @@ test('nodes (vulkan)', test_render_nodes, suite: 'gsk', env: vulkan_test_env)
 test_data = [
   'blendmode.node',
   'blendmode.png',
+  'blendmode.vulkan.png',
   'blendmodes.node',
   'blendmodes.png',
+  'blendmodes.vulkan.png',
   'cairo.node',
   'cairo.png',
   'colors.cairo.png',
@@ -37,11 +39,13 @@ test_data = [
   'cross-fade.png',
   'cross-fades.node',
   'cross-fades.png',
+  'cross-fades.vulkan.png',
   'ducky.png',
   'repeat.node',
   'repeat.png',
   'transform.node',
   'transform.png',
+  'transform.vulkan.png',
 ]
 
 if get_option('install-tests')
diff --git a/testsuite/gsk/opacity.vulkan.png b/testsuite/gsk/opacity.vulkan.png
new file mode 100644 (file)
index 0000000..407ac74
Binary files /dev/null and b/testsuite/gsk/opacity.vulkan.png differ
diff --git a/testsuite/gsk/transform.vulkan.png b/testsuite/gsk/transform.vulkan.png
new file mode 100644 (file)
index 0000000..ea1807e
Binary files /dev/null and b/testsuite/gsk/transform.vulkan.png differ